backward compatible changes for Qt6 (#656)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 15 Dec 2020 21:37:55 +0000 (14:37 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 21:37:55 +0000 (14:37 -0700)
commit8b0d4a0eefdc1a388571d91776fa8a8dbf8a80d1
treed2f0327e23ebbf1194c4262a444c3080d7ef2584
parentc5d5d74cbfed6421b6f803dc04c045f7244e3638
backward compatible changes for Qt6 (#656)

* Avoid implicit conversion of int to QChar.

In Qt6 the constructor QChar(int code) is explicit by default.

* update codacy coverage reporter

* move coverage generation to focal.

* use binary codacy coverage reporter
.travis.yml
mmo.cc
tools/travis_script_linux_coverage